home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Software / Servis / Arachno / arach_full.exe / {app} / templates / template.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1999-12-17  |  80 b   |  10 lines

  1. // [arach_filename]
  2.  
  3. #include <iostream>
  4.  
  5. int main()
  6. {
  7.     |
  8.     return 0;
  9. }
  10.